home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / misc / MPackMUI.lha / MPackMUI / Source / Peripheral.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-07-26  |  717 b   |  29 lines

  1. // --------------------------------------------------------------------------------------------------------------
  2. //
  3. //   MPackMUI V1.01 Peripheral Header
  4. //
  5. // --------------------------------------------------------------------------------------------------------------
  6.  
  7. #include <exec/types.h>
  8. #include <libraries/asl.h>
  9.  
  10. #include <proto/asl.h>
  11. #include <proto/dos.h>
  12. #include <proto/intuition.h>
  13.  
  14. #include <string.h>
  15.  
  16. // --------------------------------------------------------------------------------------------------------------
  17.  
  18. // Internal Prototypes
  19.  
  20. BOOL DoAslFileReq(char *, char *, BOOL);
  21. BOOL DoAslDirReq(char *, char *);
  22. void DoEasyReq(char *);
  23.  
  24. // External Prototypes
  25.  
  26. void CleanUp();
  27.  
  28. // End Of Text
  29.